Take a look at a JSP tutorial.
You will need to install JDK , a web container/server such as Tomcat or any other , then add the JSP to the webapps folder of the web container.
Look up the JSP at a URL like http://localhost:8080/yourfile.jsp
The JSP tutorial will explain everything in detail.