How do i make predictions with a trained model

Since WEKA allows models to be saved (as Java binary serialized objects), one can use those models again to perform predictions. Check out the article Making Predictions for more details.