The best way to get started using Jpoxy is with the example project.
First make sure that you have
Maven installed then you can do the following to compile and run the sample project:
$ cd jpoxy_example
$ mvn jetty:run # or mvn -Djetty.port=9005 jetty:run to run it on a different port, default is 9001
To compile a .war you can then install in JBoss, Tomcat, Glassfish, etc. run